home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 October / Chip Ekim 2003.iso / prog / code / driveimg / UTILITY / PartInNT.exe / 0 / RCDATA / TABOUT / TABOUT.txt
Encoding:
Text File  |  2002-09-15  |  1.8 KB  |  85 lines

  1. object About: TAbout
  2.   Left = 229
  3.   Top = 108
  4.   Width = 372
  5.   Height = 228
  6.   Caption = 'About PartitionInfo'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = True
  14.   Position = poScreenCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 16
  19.     Top = 122
  20.     Width = 231
  21.     Height = 13
  22.     Caption = 'Copyright ∩┐╜ 1994-2002 PowerQuest Corporation.'
  23.   end
  24.   object Label2: TLabel
  25.     Left = 16
  26.     Top = 144
  27.     Width = 220
  28.     Height = 39
  29.     Caption = 
  30.       'Permission is granted for this utility to be freely copied so lo' +
  31.       'ng as it is not modified in any way. All other rights are reserv' +
  32.       'ed.'
  33.     WordWrap = True
  34.   end
  35.   object OKBtn: TButton
  36.     Left = 269
  37.     Top = 154
  38.     Width = 81
  39.     Height = 33
  40.     Caption = 'OK'
  41.     TabOrder = 0
  42.     OnClick = OKBtnClick
  43.   end
  44.   object Panel1: TPanel
  45.     Left = 16
  46.     Top = 8
  47.     Width = 333
  48.     Height = 81
  49.     TabOrder = 1
  50.     object Label4: TLabel
  51.       Left = 16
  52.       Top = 14
  53.       Width = 109
  54.       Height = 21
  55.       Caption = 'PartitionInfo'
  56.       Font.Charset = ANSI_CHARSET
  57.       Font.Color = clBlack
  58.       Font.Height = -19
  59.       Font.Name = 'MS Serif'
  60.       Font.Style = [fsBold]
  61.       ParentFont = False
  62.     end
  63.     object Label5: TLabel
  64.       Left = 18
  65.       Top = 41
  66.       Width = 195
  67.       Height = 16
  68.       Caption = 'Disk partition diagnostic software'
  69.       Font.Charset = ANSI_CHARSET
  70.       Font.Color = clBlack
  71.       Font.Height = -13
  72.       Font.Name = 'MS Sans Serif'
  73.       Font.Style = []
  74.       ParentFont = False
  75.     end
  76.     object Label3: TLabel
  77.       Left = 18
  78.       Top = 61
  79.       Width = 53
  80.       Height = 13
  81.       Caption = 'Version 8.0'
  82.     end
  83.   end
  84. end
  85.